Skip to content

Rds mysql #15

Merged
merged 5 commits into from
May 28, 2021
Merged

Rds mysql #15

merged 5 commits into from
May 28, 2021

Conversation

ashle001
Copy link
Contributor

security group ,module for rds-mysql

Copy link
Contributor

@badra001 badra001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MySQL is typically 3306. Where does 3356 come from?
Also, README.md is generated and does not need to be edited. You likely do not have the program to generate it.

@ashle001
Copy link
Contributor Author

Here is what ADSD said about what port to use:

Port for MySQL and MariaDB would be 3356
Adding 50 to the default 3306 port.

@badra001
Copy link
Contributor

Here is what ADSD said about what port to use:

Port for MySQL and MariaDB would be 3356
Adding 50 to the default 3306 port.

MariaDB and MySQL are the binary compatible and should use the same default port. It is what is expected by a user. Random ports make for confusion because they are not well-know ports and networking and security people raise concerns. Please use the default of 3306.

@badra001 badra001 merged commit 2e083d7 into master May 28, 2021
@badra001 badra001 deleted the rds-mysql branch May 28, 2021 14:29
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants